Trace-based Simulation
   HOME

TheInfoList



OR:

In
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical discipli ...
, trace-based simulation refers to
system simulation __NOTOC__ System Simulation (SSL) is a software engineering company now specialising in text and multimedia information systems, based in Covent Garden, central London, England, and founded in 1970. Under the chairmanship of John Lansdown, follo ...
performed by looking at traces of program execution or system component access with the purpose of
performance prediction In computer science, performance prediction means to estimate the execution time or other performance factors (such as cache misses) of a program on a given computer. It is being widely used for computer architects to evaluate new computer designs ...
.''Software Technologies for Embedded and Ubiquitous Systems'' edited by Sunggu Lee and Priya Narasimhan 2009 page 28 Trace-based simulation may be used in a variety of applications, from the analysis of
solid state disk A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies to store data Persistence (computer science), persistently, typically using flash memory, and functioning as secondary storage in the Computer ...
s to the
message passing In computer science, message passing is a technique for invoking behavior (i.e., running a program) on a computer. The invoking program sends a message to a process (which may be an actor or object) and relies on that process and its supporting i ...
performance on very large
computer cluster A computer cluster is a set of computers that work together so that they can be viewed as a single system. Unlike grid computers, computer clusters have each node set to perform the same task, controlled and scheduled by software. The comp ...
s.''Languages and Compilers for Parallel Computing'' edited by Keith Cooper, John Mellor-Crummey and Vivek Sarkar 2011 pages 202-203 Traced-based simulators usually have two components: one that executes actions and stores the results (i.e. traces) and another which reads the log files of traces and interpolates them to new (and often more complex) scenarios. For instance, in the case of large computer cluster design, the execution takes place on a small number of nodes, and traces are left in log files. The simulator reads those log files and simulates performance on a much larger number of nodes, thus providing a view of the performance of very large applications, based on the execution traces on a much smaller number of nodes.''Petascale Computing: Algorithms and Applications'' by David A. Bader 2007 pages 435-435


See also

*
BIGSIM BIGSIM is a computer simulation and performance modeling system for parallel computing, typically used for very large computer clusters.''Petascale Computing: Algorithms and Applications'' by David A. Bader 2007 pages 435-435''Languages and Comp ...


References

{{Comp-sci-stub Cluster computing Computer optimization